home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / hsc.lha / hsc / grafflwerk / README < prev    next >
Text File  |  1996-10-12  |  1KB  |  38 lines

  1. About `grafflwerk'
  2. ==================
  3.  
  4. This drawer contains some files and material that can be useful in
  5. combination with hsc. Do with it whatever you want, use at your own
  6. risk.
  7.  
  8. The ARexx-scripts for ScMsg are a bit experimental because I don't
  9. like ScMsg and don't use these scripts myself.
  10.  
  11. The Arexx-script for AWeb should be easy to change for other
  12. Browsers because it isn't very complex.
  13.  
  14. Makefile
  15. --------
  16. This is an empty Makefile you can use as initial for new projects.
  17. Read the docs, section "Project Mangament" to find out how it is
  18. supposed to work.
  19.  
  20. hScMsg.rexx
  21. -----------
  22. An ARexx-script that invokes hsc redirecting it's messages and sends
  23. messages outputed by hsc to ScMsg, which is part of the
  24. SAS/c-package. It is supposed to be used as a substitute for hsc
  25. inside Makefiles. See the source-code for usage.
  26.  
  27. SendAWeb.rexx
  28. -------------
  29. An ARexx-script that can be used to display an updated html-object
  30. in AWeb. Read the docs, section
  31. "project managment/makefiles/postprocessing" for details.
  32.  
  33. SendScMsg.rexx
  34. --------------
  35. An ARexx-script that sends messages outputed by hsc to ScMsg, which
  36. is part of the SAS/c-package. See the source-code for usage.
  37.  
  38.